Q3OrthographicCamera_GetTop
You can use theQ3OrthographicCamera_GetTop
function to get the top side of an orthographic camera.
TQ3Status Q3OrthographicCamera_GetTop ( TQ3CameraObject camera, float *top);
camera
- An orthographic camera object.
top
- On exit, the top side of the specified orthographic camera.
DESCRIPTION
TheQ3OrthographicCamera_GetTop
function returns, in thetop
parameter, a value that specifies the top side of the orthographic camera specified by thecamera
parameter.